Release 10.1A: OpenEdge Development:
Progress Dynamics Administration


Configuring SDOs to remain alive

You can configure the server-side life time of an SDO using the SDO property, DestroyStateless. This property is defined in the Data class with a default value of TRUE. This means that the server-side SDO is destroyed after every client request. By setting this property to FALSE, you configure the corresponding SDO to remain in AppServer memory after the completion of a client request. You can set DestroyStateless at the Class level (affecting all SDOs throughout the application), at the Master object level (affecting all instances of a particular SDO), or at the Instance level (affecting a particular occurrence of an SDO in a container).


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095